home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7735 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 68030 crashes AsmOne
  5. Date: 21 Apr 1996 16:02:44 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <834.6685T1012T2310@ifi.uio.no>
  8. References: <4l89if$dfi@nz12.rz.uni-karlsruhe.de> <4laudr$i30@louhi.kempele.fi>
  9. NNTP-Posting-Host: gymir.ifi.uio.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >: Since I got my Blizzard 1230-4 Board (68030 CPU+MMU), AsmOne crashes when
  13. >: entering the debugger. Seems like the 68030 supports single step tracing
  14. >: in a different way than the 68020 ?
  15. >Does you asmone crash only in debugger? Mine crashes randomly but that
  16. >debugger works fine. What version are you using currently? I had a bit
  17. >too old version for some time ago but then I got version 1.29 and almost
  18. >everything started to work. However, randomly. :(
  19.  
  20. I have written a 220 lines bug-report to the current author of AsmOne 1.29.
  21.  
  22. He didnt even bothered to respond to my e-mail! :~(
  23.  
  24.  
  25. Anyway, here is one of my favourites:
  26.  
  27.  
  28. Try this little program:
  29.  
  30. start:
  31.      move.l    foo\1,d0
  32.      rts
  33.  
  34.  
  35.  
  36.  
  37.  
  38. BTW. Save your stuff first! :-)
  39.  
  40.  
  41. <sb>Ludde - Amiga Demo Coder
  42. <sb>Virtual Reality & Official Be developer
  43. <sb>ludvigp@ifi.uio.no
  44.  
  45.